Re: [Catalyst] upon successful login, how do i get redirect users back to the page they wanted to access previously?

2009-04-19 Thread Matt S Trout
On Sun, Apr 19, 2009 at 07:06:14AM +0900, J. Shirley wrote: > On Sat, Apr 18, 2009 at 10:19 PM, wrote: > > I tried using FLASH and yet it doesn't work for me. > > The value I set in the flash gets lost after a redirect. Sorry to ask > > but does flash really work and is it reliable? I know settin

Re: [Catalyst] upon successful login, how do i get redirect users back to the page they wanted to access previously?

2009-04-18 Thread J. Shirley
On Sat, Apr 18, 2009 at 10:19 PM, wrote: > Hello, everyone! > > thank you for your recommendations. > I have looked at the > http://dev.catalystframework.org/wiki/wikicookbook/nextpageredirect link > and > > http://search.cpan.org/~hkclark/Catalyst-Manual-5.7020/lib/Catalyst/Manual/Tutorial/Auth

Re: [Catalyst] upon successful login, how do i get redirect users back to the page they wanted to access previously?

2009-04-18 Thread kakimoto
Hello, everyone! I just implemented the change by storing the value of the path that I wish to access into the session. It works:) Nevertheless, I would still like to find out about your thoughts on flash. Thank you K. akimoto Quoting kakim...@tpg.com.au: > Hello, everyone! > > thank yo

Re: [Catalyst] upon successful login, how do i get redirect users back to the page they wanted to access previously?

2009-04-18 Thread kakimoto
Hello, everyone! thank you for your recommendations. I have looked at the http://dev.catalystframework.org/wiki/wikicookbook/nextpageredirect link and http://search.cpan.org/~hkclark/Catalyst-Manual-5.7020/lib/Catalyst/Manual/Tutorial/Authentication.pod. Here's an extract, "As discussed in the

Re: [Catalyst] upon successful login, how do i get redirect users back to the page they wanted to access previously?

2009-04-18 Thread Oliver Charles
On Sat, Apr 18, 2009 at 2:34 AM, wrote:> > hi, everybody, > > [snip] > > upon successful login, how do i get redirect users back to the page they > wanted to access previously (which is > www.lginsurance.com.au/subcriptions/add)? At the moment, upon successful > login, menu.tt2 will be called. A

Re: [Catalyst] upon successful login, how do i get redirect users back to the page they wanted to access previously?

2009-04-17 Thread Devin Austin
here's one way to do it: http://dev.catalystframework.org/wiki/wikicookbook/nextpageredirect On Fri, Apr 17, 2009 at 7:34 PM, wrote: > > hi, everybody, > > > Take this scenario: > a user who has yet to login tries to access a path that is only for > logged in users. > Assume it is www.lginsur

[Catalyst] upon successful login, how do i get redirect users back to the page they wanted to access previously?

2009-04-17 Thread kakimoto
hi, everybody, Take this scenario: a user who has yet to login tries to access a path that is only for logged in users. Assume it is www.lginsurance.com.au/subcriptions/add. Hence, in my index.tt2, upon displaying a message indicating that the current user has yet to log in, I also dis