Reply
Cookie/Session alternative?
Old 10-26-2006, 03:32 PM Cookie/Session alternative?
Brendan22's Avatar
Extreme Talker

Posts: 201
Name: Brendan
Location: ohio USA
ok, the ASP programmer i work with is developing a site for a client that does some fancy searches and what-have-yous behind a user/pass. The client has cookies and sessions blocked on their browser, so they can't log in or test out their site. Is there way to get around this so they can use their site with their security settings or should we tell them to accept cookies and deal with it?
__________________
Cleveland Web Design
Brendan22 is offline
Reply With Quote
View Public Profile Visit Brendan22's homepage!
 
When You Register, These Ads Go Away!
     
Old 10-26-2006, 05:53 PM Re: Cookie/Session alternative?
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,945
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
Ideally, accept cookies and deal with it.

Failing that, you could always pass the values via hidden form inputs and querystrings. It poses a security risk, but for testing purposes it would work.
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Old 11-13-2006, 08:39 PM Re: Cookie/Session alternative?
Experienced Talker

Posts: 40
This thread is in the ASP forum, but the problem is the same if you use PHP, so I draw your attention to this WPW thread:

Disable session IDs in URL

There is a related deeper thread,

php sessions for storing data

Sessions blocked? Did you mean cookies blocked?
  • I have my own session class to handle sessions.
  • That class may be combined with storing session variables in classes.
  • I use the session class on Authentication in combination with an Authentication class.
  • You find additional information in the two threads.

Last edited by kgun : 11-13-2006 at 08:43 PM.
kgun is offline
Reply With Quote
View Public Profile
 
Old 11-14-2006, 04:40 AM Re: Cookie/Session alternative?
Average Talker

Posts: 17
Are you using asp or asp.net? Also - how long do you need the session data to last? If you are using .net, you can use viewstate to maintiain state between trips to the server - no need for cookies...
loydall is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Cookie/Session alternative?
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.14250 seconds with 13 queries