Hello  ,

I have a quistion abous $Session objects. Is it possible to us this objects 
in a custom Authentication handler.

The idea is to use a ASP script to login the user and put some user info into 
the session object if the user is valid. After that i redirect the user 1 
level deeper. In this level only users with a valid session can acces any 
file (this includes html,asp and other files).

the idea is to do somthing like 

$session = Apache::ASP->Session;
blablabla


                luc

Reply via email to