users
[Top] [All Lists]

Re: [cinjug-users] http session variables

To: James Carman <james@xxxxxxxxxxxxxxxxxxxx>
Subject: Re: [cinjug-users] http session variables
From: gigawatt@xxxxxxxx
Date: Fri, 21 Oct 2005 13:26:53 -0400
Cc: users@xxxxxxxxxx
Delivered-to: mailing list users@cinjug.org
In-reply-to: <001601c5d64d$e9aaadf0$6401a8c0@CARMANI9300>
Mailing-list: contact users-help@cinjug.org; run by ezmlm
References: <001601c5d64d$e9aaadf0$6401a8c0@CARMANI9300>
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)
Once your session is started, you can use

$_SESSION['variableName'] = value;

and always access it using $_SESSION['variableName'].

For further information, you could post a message to the forum or join the PHP User Group mailing list at

http://www.oink-pug.org

On 10/21/2005 10:44 AM James Carman claimed:
How about this:

http://us2.php.net/session


-----Original Message-----
From: Jason Kretzer [mailto:jrkretzer@xxxxxxxxx] Sent: Friday, October 21, 2005 10:17 AM
To: users@xxxxxxxxxx
Subject: [cinjug-users] http session variables


This is a little off topic...

Does anyone know if PHP supports something that is
similar to session variables in java?  Something that
can carry values from one page to another without the
use of the query string.

Thanks,

-Jason




__________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com


---------
You may unsubscribe from this mailing list
by sending a blank email addressed to:
users-unsubscribe@xxxxxxxxxx

--
Find additional help by sending a blank email
addressed to:
users-help@xxxxxxxxxx



---------
You may unsubscribe from this mailing list
by sending a blank email addressed to:
users-unsubscribe@xxxxxxxxxx

--
Find additional help by sending a blank email
addressed to:
users-help@xxxxxxxxxx



<Prev in Thread] Current Thread [Next in Thread>