|
Posted by Jerry Stuckle on 01/13/08 03:36
Kurda Yon wrote:
>> It's simple to get the variable from the session, though.
> I do not mind if the user know all session variables there is only
> HIS personal information. Or you mean "simple to get for the third
> part"?
>
The user has no knowledge of anything in the session (other than the
session name), since everything is on the server (and thus unavailable
to the user).
And yes, you stored the value in the session, so it's easy to retrieve
it from the session whenever you need it. It will be there until either
you clear it or the session is ended.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|