These forums are read-only and considered to be an archive. Please use the new Community for future interaction and posts.

passing session variables

Hi,

    I am using a database to store various login information from other areas of my site and want to bypass the login if the session varibales match want is current shown as an active session...

   The folder information passes correctly (Dim wexRoot... pass the root folder and that session variable) but I am messing up something in the wexPassword one... please advise... thanks

Dim wexPassword
Dim pass

pass = session("pass_admin")

wexPass = "' & pass '"

bandit 8/22/2005 9:50 AM