This is a discussion on "Session variables lost when http goes to https. Add to link?" within the Classic ASP section. This forum, and the thread "Session variables lost when http goes to https. Add to link? are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Session variables lost when http goes to https. Add to link?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Session variables lost when http goes to https. Add to link?
I am using a session variable
mylogo = Session ("refer") I am sending the variable via web form. But the form is on a https secure server and the session is closed when changing servers. Would it be possible to add code placing the ref= variable in the hyperlink to the form ? ? Something like this maybe (but not that cos it doesnt work!)
|
|
|
|
|||
|
Just put ?ref=mylogo
THen use the Request.querystring to retrieve it. IF you want to write it, you can always do
|
|
|||
|
.
?ref=mylogo is not being accepted :: Page Can Not Be Displayed HTTP 500 Internal Server Error However using a number ( ?ref=2 ) instead of 'mylogo' does work. Is there a way around this? . |
![]() |
| Tags |
| session, variables, lost, http, goes, https, add, link |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| load script on http and not https | fredski | PHP Forum | 4 | Mar 22nd, 2006 15:46 |
| Session variables | ideleon | PHP Forum | 2 | Feb 7th, 2006 08:04 |
| Session Variables.... | courtjester | Classic ASP | 11 | Jul 6th, 2004 00:04 |
| POST variables lost in the ether | Owen | Flash & Multimedia Forum | 6 | Apr 7th, 2004 11:43 |
| Session Variables | ekendricks | Classic ASP | 7 | Aug 26th, 2003 10:42 |