Click here to Skip to main content
15,888,062 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhelp me Pin
janani1328-Dec-08 20:06
janani1328-Dec-08 20:06 
AnswerRe: help me Pin
Abhijit Jana28-Dec-08 20:21
professionalAbhijit Jana28-Dec-08 20:21 
AnswerRe: help me Pin
Brij28-Dec-08 20:45
mentorBrij28-Dec-08 20:45 
AnswerRe: help me Pin
N a v a n e e t h28-Dec-08 20:50
N a v a n e e t h28-Dec-08 20:50 
GeneralRe: help me Pin
Abhijit Jana28-Dec-08 22:13
professionalAbhijit Jana28-Dec-08 22:13 
GeneralRe: help me Pin
_AK_28-Dec-08 23:23
_AK_28-Dec-08 23:23 
GeneralRe: help me Pin
Brij29-Dec-08 3:11
mentorBrij29-Dec-08 3:11 
QuestionOutput Cache, cookie save and page expiry Pin
misha_grewal28-Dec-08 20:00
misha_grewal28-Dec-08 20:00 
Hi,
I am absolutely new to Web programming, so pardon me if I write something stupid in between..
And Thanks for reading the question, any pointers are most welcome

The website is in ASP.NET 2.0 / IE 6.0, 7.0

We store login details in a cookie via HTTPCookie class, when user says "Remember Me" in the login page. Now, if he doesn't log out and starts the same website via favourites (The login page loads again), the cookie doesn't get detected and he has to enter his credentials again. If he closes the page and loads the browser again, the cookie does get detected.

We have added following values in the login.aspx page, which should take care of reloading the page

< OutputCache Duration="1" VaryByParam="none" Location="None" NoStore="true" >

It seems, either cookie doesn't get stored until the page is detected or the page is not getting reloaded. Any ideas about it?
If the question is not clear, please let me know..

Thanks in advance
Misha

Evil triumphs when good people sit quiet...

AnswerRe: Output Cache, cookie save and page expiry Pin
Brij28-Dec-08 21:04
mentorBrij28-Dec-08 21:04 
GeneralRe: Output Cache, cookie save and page expiry Pin
misha_grewal29-Dec-08 0:08
misha_grewal29-Dec-08 0:08 
QuestionDatagrid with row movement by mouse [modified] Pin
Girish48128-Dec-08 17:30
Girish48128-Dec-08 17:30 
AnswerRe: Datagrid with row movement by mouse Pin
Christian Graus28-Dec-08 17:50
protectorChristian Graus28-Dec-08 17:50 
GeneralRe: Datagrid with row movement by mouse Pin
Girish48128-Dec-08 18:01
Girish48128-Dec-08 18:01 
GeneralRe: Datagrid with row movement by mouse Pin
Christian Graus28-Dec-08 18:09
protectorChristian Graus28-Dec-08 18:09 
GeneralRe: Datagrid with row movement by mouse Pin
Girish48128-Dec-08 18:36
Girish48128-Dec-08 18:36 
GeneralRe: Datagrid with row movement by mouse Pin
Christian Graus28-Dec-08 18:41
protectorChristian Graus28-Dec-08 18:41 
GeneralRe: Datagrid with row movement by mouse Pin
N a v a n e e t h28-Dec-08 18:55
N a v a n e e t h28-Dec-08 18:55 
GeneralRe: Datagrid with row movement by mouse Pin
Girish48115-Jan-09 23:10
Girish48115-Jan-09 23:10 
QuestionAdding Existing WebForm to a Project Pin
HatakeKaKaShi28-Dec-08 16:49
HatakeKaKaShi28-Dec-08 16:49 
AnswerRe: Adding Existing WebForm to a Project Pin
Christian Graus28-Dec-08 16:58
protectorChristian Graus28-Dec-08 16:58 
Questionsetting position of a panel Pin
sarang_k28-Dec-08 2:19
sarang_k28-Dec-08 2:19 
AnswerRe: setting position of a panel Pin
Abhijit Jana28-Dec-08 4:05
professionalAbhijit Jana28-Dec-08 4:05 
AnswerRe: setting position of a panel Pin
Guffa28-Dec-08 16:36
Guffa28-Dec-08 16:36 
Questionshowing progress bar Pin
sarang_k28-Dec-08 2:16
sarang_k28-Dec-08 2:16 
AnswerRe: showing progress bar Pin
Abhijit Jana28-Dec-08 3:44
professionalAbhijit Jana28-Dec-08 3:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.