WO4/NT4: I'm using cookies in my application to hold information that a user is logged in. When my application runs alone in the browser, all works fine. The cookie is set and I can read it in again. But my application shall work in a frame on a regular HTML-page, where the top frame includes a toolbar and the buttom frame shows a regular HTML-page or my application depending on what the user pushes on the toolbar. When my application runs in a frame, the browser returns a message that the cookie is set, but I can't read it in again. The method only returns null. I set a very general cookie with only the path set to "/". What do I do wrong? Is it possible at all to get the cookie when my application runs in a frame? Thanks in advance!! Endre Rognerud
