Click here to Skip to main content
15,894,410 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: hide row Pin
m-khansari23-Dec-09 19:08
m-khansari23-Dec-09 19:08 
QuestionHow to Enable or Disable browser cookies option by code(java script/.net) Pin
Samarjeet Singh@india22-Dec-09 23:49
Samarjeet Singh@india22-Dec-09 23:49 
AnswerRe: How to Enable or Disable browser cookies option by code(java script/.net) Pin
Vimalsoft(Pty) Ltd23-Dec-09 0:03
professionalVimalsoft(Pty) Ltd23-Dec-09 0:03 
GeneralRe: How to Enable or Disable browser cookies option by code(java script/.net) Pin
Samarjeet Singh@india23-Dec-09 0:34
Samarjeet Singh@india23-Dec-09 0:34 
AnswerRe: How to Enable or Disable browser cookies option by code(java script/.net) Pin
saini arun23-Dec-09 0:04
saini arun23-Dec-09 0:04 
GeneralRe: How to Enable or Disable browser cookies option by code(java script/.net) Pin
Samarjeet Singh@india23-Dec-09 0:35
Samarjeet Singh@india23-Dec-09 0:35 
GeneralRe: How to Enable or Disable browser cookies option by code(java script/.net) Pin
Abhishek Sur23-Dec-09 8:25
professionalAbhishek Sur23-Dec-09 8:25 
QuestionLogout from MVC Pin
Pankaj Saha22-Dec-09 23:00
Pankaj Saha22-Dec-09 23:00 
Hi, I have a MVC application and I have to logout. To logout from the application I have created a link on te master page

[ <a id="A2" name="lnkLogout" href="http://localhost:1234/Home/LogOut" >Logout</a> ]


and created the LoutOut action in the controller page


public ActionResult LogOut()
        {
            Session.Clear();
            Session.Abandon();
            Redirect("http://AnotherApplicaton/Home/LogOut");
        }



Now when I click on the LogOut link its redirect to the LogOut action and in the LogOut action its delete all the session, but when I click on the back button of the browser its get back to the previous page and sessions are still alive. Does anyone have the solution of this problem.

Pankaj

AnswerRe: Logout from MVC Pin
geeeeeeeetha23-Dec-09 1:12
geeeeeeeetha23-Dec-09 1:12 
AnswerRe: Logout from MVC Pin
Abhishek Sur23-Dec-09 1:43
professionalAbhishek Sur23-Dec-09 1:43 
GeneralRe: Logout from MVC Pin
Pankaj Saha23-Dec-09 1:56
Pankaj Saha23-Dec-09 1:56 
GeneralRe: Logout from MVC Pin
Abhishek Sur23-Dec-09 21:02
professionalAbhishek Sur23-Dec-09 21:02 
Questioncristal Report Pin
amit sahu2022-Dec-09 22:52
amit sahu2022-Dec-09 22:52 
AnswerRe: cristal Report Pin
Abhishek Sur22-Dec-09 23:11
professionalAbhishek Sur22-Dec-09 23:11 
QuestionNeed A Help????? Pin
rummer22-Dec-09 22:11
rummer22-Dec-09 22:11 
AnswerRe: Need A Help????? Pin
Vimalsoft(Pty) Ltd22-Dec-09 22:55
professionalVimalsoft(Pty) Ltd22-Dec-09 22:55 
AnswerRe: Need A Help????? Pin
Abhishek Sur22-Dec-09 23:10
professionalAbhishek Sur22-Dec-09 23:10 
AnswerRe: Need A Help????? Pin
i gr823-Dec-09 1:45
i gr823-Dec-09 1:45 
Questionhoapital management system Pin
vinodmalla22-Dec-09 21:54
vinodmalla22-Dec-09 21:54 
AnswerRe: hoapital management system Pin
Vimalsoft(Pty) Ltd22-Dec-09 22:56
professionalVimalsoft(Pty) Ltd22-Dec-09 22:56 
AnswerRe: hoapital management system Pin
saini arun23-Dec-09 0:09
saini arun23-Dec-09 0:09 
QuestionCalendar Server Control in asp.net Pin
rummer22-Dec-09 21:49
rummer22-Dec-09 21:49 
AnswerRe: Calendar Server Control in asp.net Pin
Abhishek Sur22-Dec-09 23:08
professionalAbhishek Sur22-Dec-09 23:08 
Questiondatabase backup Pin
mylogics22-Dec-09 21:25
professionalmylogics22-Dec-09 21:25 
AnswerRe: database backup Pin
Abhishek Sur22-Dec-09 21:36
professionalAbhishek Sur22-Dec-09 21:36 

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.