The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<HTML>
<HEAD>
<TITLE>ARSperl Manual - ars_SetSessionConfiguration</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">

   <H2><CODE>ars_SetSessionConfiguration(ctrl, ...)</CODE></H2>

	Set specified client session configuration.

      <DL>
         <DT><B>On success</B><DD>
		Returns 1
         <DT><B>On failure</B><DD>
                Returns 0
      </DL>

      <P>Example:

      <PRE>
	      ars_SetSessionConfiguration( $ctrl, 
                                &amp;ARS::AR_SESS_CLIENT_TYPE, 7000 )
			|| die "$ars_errstr";
      </PRE>

<P>
<I>ars_SetSessionConfiguration was introduced in version 1.90 of ARSperl</I>

<P>
<HR WIDTH="30%">
<P>
<A HREF="toc.html"><IMG ALT="&lt;--" SRC="arrow.gif" ALIGN=CENTER> Table of Contents </A>
<p>
<address>
Last changes to this page 30th August 2000 by jcmurphy@arsperl.org<BR>
&#169; J.C.Murphy, J.W.Murphy 2000 arsperl@arsperl.org
</address>
</BODY>
</HTML>