Re: [Catalyst] noob question about session timeouts

2008-11-17 Thread Kiki
Matt S Trout wrote: On Sun, Nov 02, 2008 at 10:20:08PM +, Peter Flanigan wrote: Cliff Green wrote: When a session expires in the app I'm putting together, the user is sent back to the login screen at the next request, as expected. What I'd like to do is stuff something like 'Sessi

Re: [Catalyst] noob question about session timeouts

2008-11-15 Thread Matt S Trout
On Sun, Nov 02, 2008 at 04:00:13PM -0500, Cliff Green wrote: > When a session expires in the app I'm putting together, the user is sent > back to the login screen at the next request, as expected. What I'd > like to do is stuff something like 'Session Expired' into > $c->stash->{error_msg} and

Re: [Catalyst] noob question about session timeouts

2008-11-15 Thread Matt S Trout
On Sun, Nov 02, 2008 at 10:20:08PM +, Peter Flanigan wrote: > Cliff Green wrote: > >When a session expires in the app I'm putting together, the user is sent > >back to the login screen at the next request, as expected. What I'd > >like to do is stuff something like 'Session Expired' into >

Re: [Catalyst] noob question about session timeouts

2008-11-02 Thread Peter Flanigan
Cliff Green wrote: When a session expires in the app I'm putting together, the user is sent back to the login screen at the next request, as expected. What I'd like to do is stuff something like 'Session Expired' into $c->stash->{error_msg} and have it displayed, letting the user know what ju

[Catalyst] noob question about session timeouts

2008-11-02 Thread Cliff Green
When a session expires in the app I'm putting together, the user is sent back to the login screen at the next request, as expected. What I'd like to do is stuff something like 'Session Expired' into $c->stash->{error_msg} and have it displayed, letting the user know what just happened. I've