Session, Session and more Session

  • Thread starter Thread starter Jim Douglas
  • Start date Start date
J

Jim Douglas

Thanks for all the input from everyone on my original questions!

I have created a SessionManager class that will Get/Set session data to the
database. I also created a SessionData class that has a few common
properties defined. What I was thinking is that we would inherit from this
class, add more properties as needed and move on. I have the SessionData
class being serialized/de-serialized to and from the database.

Now I need some input in regards to how long to leave sessions in the
database? Our user's are the type that login in the morning and stay there
all day, in and out of the application. What do others use for the session
time-out period? Are there any other things I should worry about using this
home grown method?

As always thanks for the input!


--
Jim Douglas
http://www.genesis-software.com
http://www.interactiveDesignSolutions.com
Latitude 32.96
Longitude -96.89
 
Back
Top