The security level was 'medium' before. and now i have set low and
checked again the same problem continued.

I am using some more attributes in the xml tags, which works fine for
mozilla and not for IE.

     For Ex. i f want to load the alerts(buttons and menus) and other
toolbar buttons, i need to reload the toolbar. for this i can call
tool.reload() from html page. or there is a sync attribute in xml tags
which takes the values as 'onDocumentComplete', 'beforeNavigate' or
'both', if i use any of these attributes which actually refreshes the
toolbar to change its contents after login, the session gets lost only
in IE-6.0/7.0. but in Mozilla , it works fantastic, the toolbar gets
reloaded after the document is completed in mozilla.

 Below are the core.php settings.
define('CAKE_SESSION_SAVE', 'php');
define('CAKE_SESSION_COOKIE', 'CAKEPHP');
define('CAKE_SECURITY', 'low');
define('CAKE_SESSION_TIMEOUT', '120');
define('AUTO_SESSION', true);



On May 8, 8:08 pm, Esoteric <[EMAIL PROTECTED]> wrote:
> Try changing your security setting to medium, see if that fixes your
> problem.
>
> -Erik
>
> On May 8, 10:29 am, "Marcin Domanski" <[EMAIL PROTECTED]> wrote:
>
> > Whats the session security in cake ? did you try to play with it ?
>
> > On Thu, May 8, 2008 at 8:21 AM,bharathkumar <[EMAIL PROTECTED]> wrote:
> > > Hi All,
>
> > >  I have got a strange problem in IE-6.0. we have built a browser
> > > plugin(Toolbar) for our application, which changes its contents 
> > > dynamically
> > > after loggin in to our application. we have used Best toolbar studio to
> > > build a toolbar . what i am experiencing is, when i used the below java
> > > script function to reload the toolbar, my session gets lost and i am 
> > > kicked
> > > back to the login page. Also we tried using a sample toolbar that uses
> > > session_start(); to start session after login and change its contents
> > > dynamically after logging in without the session being lost. In Mozilla,
> > > everything works fine without session being lost.
>
> > >  <?php
> > >  echo "<script>
> > >  function ToolBarInit(tool)
> > >  {
> > >      tool.Reload();          // A java script function
> > >  }
> > >  </script>" ;
> > >  ?>
>
> > >  it would be very helpful if someone has experienced the same problem, or
> > > have encountered the same problem in IE where session gets lost after 
> > > reload
> > > function, please share your views on this.
> > >  Thanks in Advance
>
> > >  Cheers
> > >  Bharath
>
> > --
> > Marcin Domanskihttp://kabturek.info
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to