|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
I use ASP pages With RDC to post Crystal Reports on a Web. Everything works fine, until I realized that I cannot use "Back" button. It destroys all session variable I need in my application!
CR require include Clinup.asp page with this code: 'The JavaScript code is used to close the newly opened browser window once the page has run Session.Abandon Response.End 'These last two lines terminate that user's active session and flushes html to the browser. So session.abandon is my problem! What should I do??? Thank you for help!!! ![]() |
|
#2
|
|||
|
|||
|
After you had run this command (session.abandon) it will destroy all the session variables, you can not do anything abt that.
you can only code it that way that untill and unless there is a possibility of pressing back dont use this command rahul |
|
#3
|
|||
|
|||
|
you can only code it that way that untill and unless there is a possibility of pressing back dont run this command
|
|
#4
|
|||
|
|||
|
But this command is a part of the required file which clean up CR licence.
![]() |
|
#5
|
|||
|
|||
|
gimme some more idea what you are trying to do that will help me a bit to understand your issue.
|
|
#6
|
|||
|
|||
|
I used cookies instead of Session variables and my problem is gone!!! Thank you for help!!!!
![]() |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > Need help with Session.Abandon!!!! |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|