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

Username and Password pass thru

Cem Alacayir,

I have the source code version of wexserver, and I'm now looking to pass a username and password to Wex.  The username and passwords are different so the login.asp?auto= option won't work for me.  I also don't want to have the username and password in the URL.

On my portal I am gathering a username and password and storing them as session variables.  Is there an easy way that I can use my existing session variables and by-pass the login page and get directly into the file manager?

Thanks for any information
Jim 8/19/2005 11:08 AM
Cem,

Atually I figured it out, I added the session variables into the .asp code on the login page for the usr and pwd fields, and removed the if-then statement for the Login cmd, and just set the cmd variable to "Login".  Works great.

Thanks
Jim 8/19/2005 1:56 PM
Can you explain it a bit more?
Thanks.
izar 9/26/2006 10:19 AM