View Single Post

  #1 (permalink)  
Old 12-05-2006
viz
 
Posts: n/a
Default session handling using classes n objects

hi,

i have written a class for session handling, and i want to use it to
keep track of the user.
After authenticating the user in login page i am storing the session
info like uname etc.. in a object of session class. I am creating this
object in the login page.
Now how can i make this object persist between subsequent page
requests. and i dont want to use GET method.
Is it sensible to use hidden fields OR will i have to create a new
session object in each page???

plz help

Thanx
Josh

Reply With Quote