Jump to content

Sessions Help


KI114

Recommended Posts

I'm having a problem with sessions, they don't appear to be working. My site is built like this.

 

index.php -> Pages Class (displays the page)

                                    |

        Uses login class to see whether user is logged in

            |                                                      |

If logged in, display home page.              If not logged in, display login.

                                                                    |

                                    Once user has filled in form, log them in using Login Class to set the session

                                                                    |

                                                      Redirect to index.php and start over again

 

 

It comes up with these errors:

Warning: displaypage() [function.displaypage]: Circular redirect, aborting. in /home/galactic/public_html/code/includes/Pages.php on line 43

Warning: displaypage(http://code.tms.galacticdominance.com/pages/login.php?action=login) [function.displaypage]: failed to open stream: Permission denied in /home/galactic/public_html/code/includes/Pages.php on line 43

Warning: displaypage() [function.displaypage]: Circular redirect, aborting. in /home/galactic/public_html/code/includes/Pages.php on line 43

Warning: displaypage(http://code.tms.galacticdominance.com/pages/login.php?action=login) [function.displaypage]: failed to open stream: Permission denied in /home/galactic/public_html/code/includes/Pages.php on line 43

Fatal error: displaypage() [function.require]: Failed opening required 'http://code.tms.galacticdominance.com/pages/login.php?action=login' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/galactic/public_html/code/includes/Pages.php on line 43

 

Thanks for any help

Link to comment
https://forums.phpfreaks.com/topic/117201-sessions-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.