Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

ASP.NET Forum


You are currently viewing our ASP.NET Forum as a guest. Please register to participate.
Login



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

Posts: 202
Name: Brendan
Location: ohio USA
Trades: 0
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?
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
Brendan22 is offline
Reply With Quote
View Public Profile Visit Brendan22's homepage!
 
 
Register now for full access!
Old 10-26-2006, 06:53 PM Re: Cookie/Session alternative?
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,938
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
Trades: 0
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.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
(my blog)


Please login or register to view this content. Registration is FREE
(with proof)
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Old 11-13-2006, 09:39 PM Re: Cookie/Session alternative?
Experienced Talker

Posts: 40
Trades: 0
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.
__________________
Kjell Gunnar Bleivik::
Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

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

Posts: 17
Trades: 0
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 Search this Thread
Search this Thread:

Advanced Search

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

BB 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.13832 seconds with 12 queries