Newbie question:
What I'm looking for is a lightweight implementation of handling a redirect to a login page if the user's session expires. At this time Ageci may be overkill to what I need to accomplish. Any help would be appreciated.
Newbie question:
What I'm looking for is a lightweight implementation of handling a redirect to a login page if the user's session expires. At this time Ageci may be overkill to what I need to accomplish. Any help would be appreciated.
I use an Interceptor for this. It looks for the user's details in the session. If they are not there, either because they haven't yet logged in, or because the session has timed out, the interceptor stores the incoming url in the session and redirects to the login page.
Chris Harris
Carlisle, UK