This is a discussion on Login System + Popup within the PHP Language forums, part of the PHP Programming Forums category; Hi there Previously i've posted a topic on retrieving images. ( http://groups-beta.google.com/group/...a7a7e1c3229697 ) It evolved ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi there
Previously i've posted a topic on retrieving images. ( http://groups-beta.google.com/group/...a7a7e1c3229697 ) It evolved into a topic on PHP/MySQL-login systems. My question was if 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 still haven't found the right information to get what i want.. (Pop-up content depends on wether a user i logged in or not) Any ideas for some good tuts, or tips? Thanks! |
|
|||
|
frizzle wrote:
> Since then, i've read and read about sessions, hijacking etc. but still > haven't found the right information to get what i want.. (Pop-up > content depends on wether a user i logged in or not) I wouldn't, most browsers, firewalls, anti add proxies, etc, all allow pop up blocking. |
|
|||
|
a popup is a popup
"frizzle" <phpfrizzle@gmail.com> wrote in message news:1114089028.893412.40320@g14g2000cwa.googlegro ups.com... > It's not an instant popup, like in an body.onLoad behaviour, but people > click on a picture to get more information about an item.. > > That shouldn't be a problem.. (?) > |
|
|||
|
frizzle wrote:
> Hi there > > Previously i've posted a topic on retrieving images. > ( > http://groups-beta.google.com/group/...a7a7e1c3229697 > ) > > It evolved into a topic on PHP/MySQL-login systems. My question was if > 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 still > haven't found the right information to get what i want.. (Pop-up > content depends on wether a user i logged in or not) 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/ |
|
|||
|
frizzle wrote:
> OK, thanks, that's more useful information. > Can you explain what you mean with 'trans sid based'... ? http://groups.google.com/groups?as_u...oglegroups.com -- <?php echo 'Just another PHP saint'; ?> Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/ |
|
|||
|
frizzle wrote:
> :( > The requested message, > 1111603962.594721.154...@l41g2000cwc.googlegroups. com, could not be > found. Hmm.. unfortunately you're also using stupid GG. The way they mung email address is so nasty. They think that spammers are using GG to harvest emails. The only way to get such links and email is by clicking the reply as they allow registered users to harvest emails. Funny, but this is how GG beta works or you have to access your local GG mirrors that may not be corrupted. Anyway, again <http://groups.google.com/groups?as_umsgid=1111603962.594721.154710@l41g2000 cwc.googlegroups.com> -- <?php echo 'Just another PHP saint'; ?> Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/ |