>
> When I use SESSION variables in my application and multiple users
> access my app are those SESSION variables unique to each user logged
> in? They log into a Windows 2000 server using NT
> authentication.
>
Yes. For all intensive purposes: session, client, and cookie scopes are unique to each user. Application is unique to an application (shared across users), and Server is unique to the server (shared across applications).
-joe
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

