in reply to Re: IE issues with Cookies
in thread IE issues with Cookies

Hi, It is possible to set the cookies within template system using CGI module..

Replies are listed 'Best First'.
Re^3: IE issues with Cookies
by moritz (Cardinal) on Sep 25, 2008 at 13:24 UTC
    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