473,396 Members | 1,833 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Cookies:Sites which always work

Objective

To build a site which works with ALL client systems, eg firewalls,
disabled cookies, etc

Current Site

Works with HTTP cookies and when I try and convert to Session Ids and
cookieless "cookies" for a browser with disabled cookies it fails when
the pages redirect.

Request

Are there any Web resources detailing how to build a site which works
for all clients, even with a firewall?

Nov 19 '05 #1
2 909
cookieless session work but encoding the session in the url (or postdata).
if you use redirect, you need to include the session id in the redirect url.
some sites like MS own cookieless session support incode the session in the
url path rather than as a query string.

myself i use a combination of cookie, querystring and postdata to pass the
session id.

-- bruce (sqlwork.com)

"Logician" <sa***@logicians.com> wrote in message
news:11********************@f14g2000cwb.googlegrou ps.com...
Objective

To build a site which works with ALL client systems, eg firewalls,
disabled cookies, etc

Current Site

Works with HTTP cookies and when I try and convert to Session Ids and
cookieless "cookies" for a browser with disabled cookies it fails when
the pages redirect.

Request

Are there any Web resources detailing how to build a site which works
for all clients, even with a firewall?

Nov 19 '05 #2

Bruce Barker wrote:
cookieless session work but encoding the session in the url (or postdata).
if you use redirect, you need to include the session id in the redirect url.
some sites like MS own cookieless session support incode the session in the
url path rather than as a query string.

myself i use a combination of cookie, querystring and postdata to pass the
session id.

-- bruce (sqlwork.com)

Thanks for the info Bruce, it works.

One customer complained before when I had cookieless sessions that his
Cart was lost when returning. It is possible to save the cookieless
Cart to an HTTP Cart if the client system allows that?

ie
Cart Built->Browser Closed->Cart saved to HTTP cookie (if allowed)

I dont know if the Global file or something can be used in Session
States.
(my site is merrows.co.uk)

Nov 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

20
by: Brian Burgess | last post by:
Hi all, Anyone know if this is possible? If so, on which page would the cookie be? .. On the page calling a function defined in the include file? thanks in advance.. -BB
1
by: David M. Gauntt | last post by:
I have been testing some javascript for my professional society web page, and found that I couldn't get Safari to save any cookies. No matter what I assign to document.cookie, I get an empty...
1
by: FishKeeper | last post by:
I'm trying to write JavaScript code to test whether cookies are enabled by writing a cookie and then reading its value. My code works fine in Firefox, but it's not working in Internet Explorer 6. ...
1
by: Mr Flibble | last post by:
OK I logon to a web site and I manage to get an SMSESSION cookie that I then store in a variable called _session (a class scoping variable). I do this by calling a logon URL and setting a cookie...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.