Ask a Question related to ASP, Design and Development.
-
Robert Scheer #1
Re: Cookie availability
Hi Manohar.
So, when the user turns cookies off, session ids cannot be created?
Thanks,
Robert Scheer
"Manohar Kamath [MVP]" <mkamath@TAKETHISOUTkamath.com> wrote in message news:<Oov#gB7VDHA.1784@TK2MSFTNGP10.phx.gbl>...> There is no concept of temp/permanent cookie. A cookie is a cookie, the
> "temp" ones are just cookies with no expiration time on them, so they expire
> when the user closes the browser. So, turning off cookies would affect ALL
> kinds of cookies.
>
> --
> Manohar Kamath
> Editor, .netBooks
> [url]www.dotnetbooks.com[/url]
>
>
> "Robert Scheer" <rbscheer@my-deja.com> wrote in message
> news:cfd22ab6.0307311405.7d46f2a1@posting.google.c om...> > Hi.
> >
> > If my user turns cookies off, both permanent and temporary cookies
> > can't be used or only permanent cookies can't be saved on the user's
> > machine?
> >
> > Thanks,
> >
> > Robert ScheerRobert Scheer Guest
-
HTTP::Cookie won't store sent cookie
Hi all, My script requests http://foo.bar.com/ with code that looks a little like this: my $ua = LWP::UserAgent->new; my $cookie_jar =... -
Cookies set one time, I delete cookie, cookie is never set again!
I am having this problem: My PHP script will set a cookie, it's there in my /Cookies folder. I delete the cookie (I have to for testing purposes,... -
JDK 1.4.2 Availability on AIX5L ?
Folks, Does anyone know when JDK 1.4.2 is expected to be available for AIX 5L ? I've had a quick look around the HP website but couldn't find... -
authentication cookie vs session cookie
Hi, What are the differences between authentication and session cookies? In my web.config file, I set the cookieless attribute for the... -
Panther Availability?
Hi Anyone know when Panther is supposed to be released to the masses? TIA Claude -
Mark Schupp #2
Re: Cookie availability
If the user disables all cookies then you cannot maintain a session between
pages. IE 6 allows users to block cookies that are written to disk and allow
cookies that stay in memory (session cookies).
--
Mark Schupp
--
Head of Development
Integrity eLearning
Online Learning Solutions Provider
[email]mschupp@ielearning.com[/email]
[url]http://www.ielearning.com[/url]
714.637.9480 x17
"Robert Scheer" <rbscheer@my-deja.com> wrote in message
news:cfd22ab6.0308011320.8d82d33@posting.google.co m...news:<Oov#gB7VDHA.1784@TK2MSFTNGP10.phx.gbl>...> Hi Manohar.
>
> So, when the user turns cookies off, session ids cannot be created?
>
> Thanks,
>
> Robert Scheer
>
>
> "Manohar Kamath [MVP]" <mkamath@TAKETHISOUTkamath.com> wrote in messageexpire> > There is no concept of temp/permanent cookie. A cookie is a cookie, the
> > "temp" ones are just cookies with no expiration time on them, so theyALL> > when the user closes the browser. So, turning off cookies would affect> > kinds of cookies.
> >
> > --
> > Manohar Kamath
> > Editor, .netBooks
> > [url]www.dotnetbooks.com[/url]
> >
> >
> > "Robert Scheer" <rbscheer@my-deja.com> wrote in message
> > news:cfd22ab6.0307311405.7d46f2a1@posting.google.c om...> > > Hi.
> > >
> > > If my user turns cookies off, both permanent and temporary cookies
> > > can't be used or only permanent cookies can't be saved on the user's
> > > machine?
> > >
> > > Thanks,
> > >
> > > Robert Scheer
Mark Schupp Guest



Reply With Quote

