Re: [Phplib-users] session4_custom.inc
Brought to you by:
nhruby,
richardarcher
From: Dennis G. <ge...@cv...> - 2003-04-11 15:15:19
|
that kind of goes back to my question. Because EVERY browser window gets all the same cookies, besides identity of a user, what gets stored in the cookie for a session? And how do people prevent a new browser window by the same user, in the same session, from having the exact same screen as the other ones that are open, (going to the same application at the same website, of course:-) )? Marko Kaening wrote: >>Doesn't that go in user variables? > > yes! > Everything what is specific for users and not for a session gets stored in > there! > > >>Marko Kaening wrote: >> >>>>Besides identifying a logged in user, what do you use sessions for? >>> >>>storing user-dependent information, like settings for appearance of >>>menues, layouts etc. > > |