I have the session_prop action inside the auth_login action. I retrieve the user id 
for the current session and store it in a parameter 'userid'.

How can this userid be accessed from an XSP page?

The sitemap action is given below.

 <map:act type="auth-login">
 <map:parameter name="handler" value="demohandler"/>
          <map:parameter name="parameter_name" value="{request-param:username}"/>
          <map:redirect-to uri="protected"/>

            <map:act type="session-prop">
            <map:parameter name="userid" value="{ID}"/>
            <map:parameter name="password" value="{password}"/>
            </map:act>

        </map:act>

-------------------------------------------------
Still single? Click here to find the perfect match.
                                                                                
http://www.bharatmatrimony.com/cgi-bin/bmclicks1.cgi?141

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to