You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by di...@bdpi.berdyansk.net on 2002/11/22 18:09:25 UTC

Session managing using PerlTransHandler

How I Can redirect to page http://foo.bar/ses00001/index.html from  PerlTransHandler Module?




Re: Session managing using PerlTransHandler

Posted by Enrico Sorcinelli <e....@pisa.iol.it>.
On Fri, 22 Nov 2002 19:09:25 +0200
dima@bdpi.berdyansk.net wrote:

> How I Can redirect to page http://foo.bar/ses00001/index.html from  PerlTransHandler Module?

Hi,
the description of your problem is very... short.
The chapter 5 of 'eagle' book explain how to put and strip session ID
on the left to the left of the URI.

Moreover, the Apache::SessionManager module does things transparently for you.
It works in PerlTransHandler phase.
(http://www.cpan.org/modules/by-module/Apache/Apache-SessionManager-0.04.tar.gz)

Bye

	- Enrico