On Wed, April 26, 2006 2:53 am, Sichta, Daniel wrote:
> I have web app which using frames. After session timeout my session is
> killed.
> The problem is that session is killed even when I doing requests to
> the
> server.
> I know why (session is "chain" to the frameset page) but what's the
> solution for this?
> I have to use frames !! Don't ask why !! :-)

You'll have to pass the session ID from frameset to frame, and then in
the src="xyz.php" files you'll have to use YOUR session ID and
http://php.net/seesion_id before session_start

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to