|
| |
|
|
Guest
|
Using the Spooky login username variable on other pages - 10/10/2001 18:45:00
Hello,I am using Spooky Login on a webpage. Once a user logs in through Spooky, I want the next page to show who they are logged in as (You are logged in as: <their username> )using ASP (vbscript). How can I reference the username variable with VBScript to achieve this? Thanks, Matt Eagan
|
|
|
|
rdouglass
Posts: 9280 From: Biddeford, ME USA Status: offline
|
RE: Using the Spooky login username variable on other p... - 10/11/2001 20:05:00
If you're using the default config in Spooky Login, you should be able to use: <%=Session("UserName")%> If you'd prefer to use the cookies, try: <%=Request.cookies("Spooky")("T1aUs")%>
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|