Re: [PHP] Sessions and iframes (or frames)?

2003-03-30 Thread Justin French
My advice is to first get REALLY comfortable with sessions in a non-framed environment... get a grip on logging in, logging out, showing different code for logged in members, restricting a user from doing something more than once, etc etc. THEN try to get it happening in a framed environment. As

RE: [PHP] Sessions and iframes (or frames)?

2003-03-30 Thread John W. Holmes
> I built this site using using different iframes: one for a login, other > for > a forum, another for a voting poll, etc... > > I was wondering what is the best way to ensure that you could only post a > topic in the forum, or vote if you had already logged in. > > I'm somewhat familiar with the

[PHP] Sessions and iframes (or frames)?

2003-03-30 Thread Tiago Simões
Hello. I built this site using using different iframes: one for a login, other for a forum, another for a voting poll, etc... I was wondering what is the best way to ensure that you could only post a topic in the forum, or vote if you had already logged in. I'm somewhat familiar with the $_sess