username and password session in Subweb

G

Guest

I have a FP2003 subweb that is protected by unique user name and password.
Once user logs out from the subweb, the subweb is no longer protected because
the parent window is still open and the session is still valid. User can
re-enter the subweb without entering user name and password since then. I
tried to open up the sub web by creating/closing a new window, the session
still never expire. How can I make user to COMPLETELY log out? I mean, user
must enter user name and password every single time when they enter the sub
web. Thanks so much!
 
S

Stefan B Rusynko

Not possible w/ the FP subweb permissions

Only possible thru some server side scripting that kills the session
- in ASP use Session.Abandon

--




| I have a FP2003 subweb that is protected by unique user name and password.
| Once user logs out from the subweb, the subweb is no longer protected because
| the parent window is still open and the session is still valid. User can
| re-enter the subweb without entering user name and password since then. I
| tried to open up the sub web by creating/closing a new window, the session
| still never expire. How can I make user to COMPLETELY log out? I mean, user
| must enter user name and password every single time when they enter the sub
| web. Thanks so much!
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top