On Wed, 17 Jan 2007 16:11:17 -0800 (PST)
Tracy12 <[EMAIL PROTECTED]> wrote:
>
> Well does this all mean there is limited features to do session
> handling on mod_perl. Well I am new to mod_perl but in JAVA/Servlet
> you can do a simple thing like this
>
> request.getSession().setAttribute("my_remote_user",<uid of the
> authenticated
> user>);
> for subsequent requests we can retrieve this attribute and do what we
> want. I expected similar session handleing feature availabe in
> mod_perl as this is a common requirement.
This is essentially what Apache::Session does for you.
---------------------------------
Frank Wiles <[EMAIL PROTECTED]>
http://www.wiles.org
---------------------------------