in reply to IE issues with Cookies

I am setting up cookies using TT2.

Uhm, TT2 is a template system, you can't set cookies with it.

I have also setting up the cookies through JS

So look in your "browser" if the cookie was set. If no, you know that the problem is with your javascript. If yes, use a HTTP recorder to check if the cookie was submitted to your script.

Replies are listed 'Best First'.
Re^2: IE issues with Cookies
by shanu_040 (Sexton) on Sep 25, 2008 at 13:20 UTC
    Hi, It is possible to set the cookies within template system using CGI module..
      Ok, maybe it's possible - but is it a good idea?

      The reason that you use template systems is that you want to separate programming logic from presentation.

      Now when you try to set HTTP headers from within the template you are assuming that the template is called under very specific circumstances, which might make it rather hard to re-use the template from other scripts.

        Yes I am agree with you..But I am not setting up http header within template system and one can do that but as you mentioned that will be hard to reuse. Cam you tell me why is the code not working for IE. Is there any specific issues with IE. or It IE BUG