This is a discussion on "problem with Session variable" within the Classic ASP section. This forum, and the thread "problem with Session variable are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
problem with Session variable
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
problem with Session variable
I need some help. I have created an asp page. At Login, User will have to enter both username and password. If its a succesful login, i will assign the type of access the user has on a Session variable which will be my basis on which menu options to display on my menu.asp. When the user for example deletes a record(one option from menu.asp),i will need to redirect the page back to menu.asp so as to offer other options. The problem is that when i redirect the page(using response.redirect("menu.asp")), the Session variable will loose the value and so the menu.asp will not display the same options anymore. This only happens if i set on the Default Website of IIS my default home page but it's working fine if i dont set anything on IIS. I was wondering what was the problem if its on my asp code that i need to change or from the IIS settings?Any ideas?
|
|
|
![]() |
| Tags |
| problem, session, variable |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Changing a session variable when clicking a link? | Crow555 | Classic ASP | 0 | May 15th, 2008 12:22 |
| [SOLVED] ASP Session Variable | Monie | Classic ASP | 7 | Oct 10th, 2007 02:44 |
| Session variable errors | fogofogo | PHP Forum | 2 | Dec 16th, 2005 12:23 |
| Assign string values to integer values of a session variable | Andy K | Classic ASP | 1 | Jul 13th, 2005 08:29 |
| session variable | Monie | Classic ASP | 7 | Aug 30th, 2004 03:52 |