I have stored the user id and password in the session_prop action inside the 
auth_login action.

How can i access the parameters from an xsp page?
the auth_login and session_prop actions are 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]

  • XSP Oro smith
    • Re: XSP Antonio Gallardo
    • Oro smith

Reply via email to