Connecting Tech Pros Worldwide Forums | Help | Site Map

Session Cookies Blocked by latest updates of IE

Jollyguy4all
Guest
 
Posts: n/a
#1: Jul 17 '05
Hi,

I am using sessions for my applications and it was working perfectly
fine until IE came up with its latest security patch which disables
session cookies by default and increases the security level of the
browser. Since then people are receiving errors.

Please advise what can be done to solve this error.

Thanks in advance.

Hitendra

KAH
Guest
 
Posts: n/a
#2: Jul 17 '05

re: Session Cookies Blocked by latest updates of IE


hitendra.molleti@itp.com (Jollyguy4all) wrote in
news:1dc28d9.0310150040.70af48fe@posting.google.co m:
[color=blue]
> I am using sessions for my applications and it was working perfectly
> fine until IE came up with its latest security patch which disables
> session cookies by default and increases the security level of the
> browser. Since then people are receiving errors.
>
> Please advise what can be done to solve this error.[/color]

Sending MS a mail bomb? You might want to post a message on your site as a
heads up to users that they might need to reconfigure their browsers to
regain correct functionality.

KAH
Jochen Daum
Guest
 
Posts: n/a
#3: Jul 17 '05

re: Session Cookies Blocked by latest updates of IE


Hi !

On 15 Oct 2003 01:40:15 -0700, hitendra.molleti@itp.com (Jollyguy4all)
wrote:
[color=blue]
>Hi,
>
>I am using sessions for my applications and it was working perfectly
>fine until IE came up with its latest security patch which disables
>session cookies by default and increases the security level of the
>browser. Since then people are receiving errors.
>
>Please advise what can be done to solve this error.
>[/color]

Use a fallback with a SESSIONID transported by URL. You need that
anyway as you lock out all people not using cookies.

Also, logging in two people on the same machine is easier then.

Jochen
--
Jochen Daum - CANS Ltd.
PHP DB Edit Toolkit -- PHP scripts for building
database editing interfaces.
http://sourceforge.net/projects/phpdbedittk/
R. Rajesh Jeba Anbiah
Guest
 
Posts: n/a
#4: Jul 17 '05

re: Session Cookies Blocked by latest updates of IE


hitendra.molleti@itp.com (Jollyguy4all) wrote in message news:<1dc28d9.0310150040.70af48fe@posting.google.c om>...[color=blue]
> Hi,
>
> I am using sessions for my applications and it was working perfectly
> fine until IE came up with its latest security patch which disables
> session cookies by default and increases the security level of the
> browser. Since then people are receiving errors.
>
> Please advise what can be done to solve this error.[/color]

http://cvs.php.net/co.php/php-src/php.ini-dist

Try session.use_trans_sid = 1


---
Our songs have meaning for everyone. I don't know of anyone who
isn't either in love, just out of love, or else wants to be in
love.--- Graham Russell, Air Supply
Email: rrjanbiah-at-Y!com
Closed Thread