Albert
|
| Posted: 07/10/2003, 1:40 PM |
|
How does one use a Session Variable in a Data Source? Better yet, how do I print the the session variable to be sure it's actually there?
For instance, I'm using the user group authorization, but I've added a field that triggers what department a logged in user is responsible for. When the user logs in a session variable is created for the department that the user is associated to.
I'm trying to utilize Session("DeptID") in a Data Source so that only records associated with the Department appear for the logged in user.
Has anyone else attempted this.
|
|
|
 |
Albert
|
| Posted: 07/10/2003, 1:58 PM |
|
This would help.
I'm using Code Charge Studio v 2.1.1.20 | ASP 3.0.
|
|
|
 |
DaveRexel
|
| Posted: 07/10/2003, 2:09 PM |
|
::
Here's a post that may help
http://www.gotocode.com/disc_viewt.asp?mid=8049
Dave
|
|
|
 |
|