frizzle wrote:[color=blue]
> Hi there
>
> Previously i've posted a topic on retrieving images.
> (
>[/color]
http://groups-beta.google.com/group/...a7a7e1c3229697[color=blue]
> )
>
> It evolved into a topic on PHP/MySQL-login systems. My question was[/color]
if[color=blue]
> it's possible to send session values along while opening a pop-up.
>
> Since then, i've read and read about sessions, hijacking etc. but[/color]
still[color=blue]
> haven't found the right information to get what i want.. (Pop-up
> content depends on wether a user i logged in or not)[/color]
If it uses cookie based session, then any pages on that domain
(including the popup window) will fetch the session id--and will
maintain the same session. If the session is trans sid based and if the
popup window url is on same domain and uses *relative* url, there
wouldn't be any prolem--it will maintain same session.
--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog:
http://rajeshanbiah.blogspot.com/