Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

hi,

 

i want to do a 'login session' for my users but i don't know how.

 

Im not too sure if its called "login session" but it does this:

 

a user logins through the login page and proceeds where he wants to. the address bar won't show the name of the forms he currently is but shows his 'login session'

 

any other users cannot visit any forms without logging in first..

 

any one knows what this is called? and how i can do it?

 

Tanx a lot

Edna

##EYPS##
Posted

If you use the standard forms authentication the user info will usually be stored in a cookie on the client. You can read more about it here. Then you can set the session duration in the config file, it's the attribute called "timeout" on the <forms> element.

 

- SysRq

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...