Hi there,
In the application i am working, User data flows through sesion variables which are manipulated at multiple places.
All the login details and User details are there in the session.
I wish to have a Class in session.
On login i shall create an abject and keep the object in the session.
This way i can have all functionalities in one place.
Could anyone Enlighten me please?