Hello,
I have an application with several different groups of users. I would like the timeout to be different for these different groups. Is there any way to accomplish this? I was thinking of something along the lines of
if accesslevel = one thing then
session.timeout = 30 minutes
else if accesslevel = another thing then
session.timeout = 90 minutes
else
session.timeout = 20 minutes.
Also, where would such code be placed? In global.asa?
Thanks!
Nat