Link to home
Start Free TrialLog in
Avatar of jaxstorm
jaxstormFlag for United Kingdom of Great Britain and Northern Ireland

asked on

XSL/XSLT login box

I'm creating a login page using XSL and XSQL.
The username is selected from the database using SELECT * FROM DB.Table where Username=Username and Password=Password

I'd like to set the username as a session variable, or global vairable or as a cookie so that it can be used continuously on other pages until the user logs out.

In PHP, I'd use $_SESSION - is there a solution similar to that for XSL?
ASKER CERTIFIED SOLUTION
Avatar of jaxstorm
jaxstorm
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial