View Single Post
Old 01-24-2013, 07:15 AM   PM User | #3
Old Pedant
Supreme Master coder!

 
Old Pedant's Avatar
 
Join Date: Feb 2009
Posts: 23,168
Thanks: 59
Thanked 3,992 Times in 3,961 Posts
Old Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to all
This phrase is...confusing...
Quote:
their individual state persists each time they login
I'm not sure if you are saying their state persists *BETWEEN* logins or only so long as they are logged in.

And if you only mean so long as they are logged in, then why do you *need* to distinguish between inTRAnet and inTERnet clients? Why not simply always maintain session state on the server? That's how one of the sites I help maintain works. It doesn't care how you got to the login page; it just remembers you with standard session state. (It happens to be an ASP.NET site, and ASP.NET allows both cookie-based and cookieless session state, but because this is not truly a public site, we insist on cookie-based sessions. Just because it's simpler, not better.)
__________________
An optimist sees the glass as half full.
A pessimist sees the glass as half empty.
A realist drinks it no matter how much there is.
Old Pedant is offline   Reply With Quote