Thanks in advance for any info.
If the cookieless=true is turned on, the sessions are stored in the
database. If cookieless=fals e, then no attempt to use the database is
made. I verified this by putting an invalid password in the connection
string and it didn't error out unless cookieless=true was set. BTW,
this is in VS2008.
Any thoughts?
Thanks,
Morgan
<sessionState mode="SQLServer "
sqlConnectionSt ring="Database= ASPState;Server =.;User=sa;Pass word=test;"
allowCustomSqlD atabase="true">
</sessionState>
If the cookieless=true is turned on, the sessions are stored in the
database. If cookieless=fals e, then no attempt to use the database is
made. I verified this by putting an invalid password in the connection
string and it didn't error out unless cookieless=true was set. BTW,
this is in VS2008.
Any thoughts?
Thanks,
Morgan
<sessionState mode="SQLServer "
sqlConnectionSt ring="Database= ASPState;Server =.;User=sa;Pass word=test;"
allowCustomSqlD atabase="true">
</sessionState>
Comment