--
Hi:
This is a newbie question: I have some logic where I setflag(3) after
successful login authentication and before route(X).
If I use isflagset(3)in my route(X)to verify the account has passed
authentication it returns false. I am assuming that means that flags
aren't persistent and I need to use some other mechanism to set a
variable in one part of the openser.cfg program to use in another. What
is my best option?
Michael