On 9/27/07, Rainer Clasen <[EMAIL PROTECTED]> wrote: > Hello, > > there are currently two Problems I could easily solve with subsessions. > > After saving some data I want to redirect the user back to where he came. > So I'd like to keep track where the user came from. As I expect the User > to use several Browser windows, neither Cookie based Sessions (incl. > stash) work in all scenarios. Right now I'm using the HTTP Referer, which > I'm also considering a bit clumsy. > > Furtermore there are users who have access to other users' data. I'd like > them to select them *once* which user's data they want to work on and keep > this for the current browser window. Again I expect the user to use > multiple browser windows (say for working with multiple users' data at the > same time). > > So I'm searching for something functional similar to: > http://paneris.net/cgi-bin/cvsweb.cgi/SubSession/SubSessions.html?rev=1.3 >
Interesting. I usually use GET parameters for that - but I can imagine where it would become not enough. -- Zbigniew Lukasiak http://perlalchemy.blogspot.com/ _______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
