In ASP, you can use this:
Session("TheUser") = "youyou" ' to assign it
Dim theUser
theUser = Session("TheUser") ' to retrieve it.
In DW you can create a "dynamic variable" for a Session variable which you can drag and drop in your code and page, but personally, I never find it worth the trouble to create it. I always code them directly.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
While typing this post, I was listening to:
Falling Away With You by
Muse (Track 6 from the album:
Absolution)
What's This?