Hi,
I have a website that I have setup so that you must register to gain the link for signin. Once signed in you go to a members only page for information signup & the link to shop at the website store which is a front end to a yahoo shops.
I have a mixture of php & html pages (sometimes the pages with php don't work without naming them .php on yahoo - I don't get it why that would be)
My problem is that I have session start() at the top of each of my .php pages. Will it still keep the session even though it is a .html page? (with the beg/end php tags)
Also, I think I'm losing the session after visiting the store..not sure what to do about this.
I was reading up on global variables but this seems to present a security problem (as I have read).
Bottom line can I safely mix .HTML pages & .PHP pages and expect to keep my session alive?
Thanks
Robin