Posted by rich on 05/23/06 04:20
(First of all, one client cannot generally access the session data of
another
client. You'd have to have some special handling in there.)
If you put it in a table they can right? If you do this can't you use
the session_set_save_handler(write) function at all instances when you
write to the session to write the data to the table? I see what you
mean by the problem with the session time out, but can't this time be
put in like 5 mins. If you are idle, it destroys the session? I am
pretty new to this. Thanks for your input.
Navigation:
[Reply to this message]
|