login control: remember me next time

G

Guest

what exactly does this do? does it control whether cookies are persisted
between sessions? I aske because the duration a cookie is stored seems to be
set in web.config:

<authentication mode="Forms">
<forms timeout="10368000"/>
</authentication>

Does this value get used? Is the used value toggled between this and another
based on the value of the checkbox? If so, where is the other value set?

-Ben
 
J

Jan Hyde

Ben R. <[email protected]>'s wild thoughts were released
what exactly does this do? does it control whether cookies are persisted
between sessions? I aske because the duration a cookie is stored seems to be
set in web.config:

<authentication mode="Forms">
<forms timeout="10368000"/>
</authentication>

Does this value get used? Is the used value toggled between this and another
based on the value of the checkbox? If so, where is the other value set?

-Ben

According to the help it:

'authentication cookie sent to the user's computer is set to
expire in 50 years, making it a persistent cookie that will
be used when the user next visits the Web site. Because the
authentication cookie will be present on the user's
computer, the user will be considered already authenticated
and will not have to log in to the Web site again.'




Jan Hyde (VB MVP)
 
G

Guest

Hey Jan,

Do you think this implies that the setting in web.config is simply
disregarded when this box is checked?
 
W

Walter Wang [MSFT]

Hi Ben,

This is a confirmed bug in MSDN documentation.

http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx?feedbackid=b
8145153-843b-42ff-8099-e3e8a8df5405

Sorry for the inconvenience.


Regards,

Walter Wang
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 

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

Members online

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,190
Latest member
ClayE7480

Latest Threads

Top