![]() |
|
|
|
#1
|
|||
|
|||
|
Ok so I created a couple new pages
but when I go to that page and that page loads... it logs me out of the site.. Any suggestions? |
|
#2
|
|||
|
|||
|
What sort of pages? module? php?
|
|
#3
|
|||
|
|||
|
module...
|
|
#4
|
|||
|
|||
|
Created the page by following these instructions
http://www.vbadvanced.com/membersare...tid=4&pageid=3 |
|
#5
|
||||
|
||||
|
So you're already logged in on the regular CMPS page, then when you try to go to one of the other pages you've created in the CMPS it logs you out? Can you post a link to your site?
|
|
#6
|
|||
|
|||
|
The first photo shows me logged in.. the second shows me logged out...
Last edited by cdembek; 12-28-2005 at 10:47 PM. |
|
#7
|
|||
|
|||
|
Do you have cookies enabled in your browser?
If not, does the link you click that logs you out contain a session hash? |
|
#8
|
|||
|
|||
|
Quote:
how can I find out if my link has a session hash? |
|
#9
|
|||
|
|||
|
Ok I went in and enabled the over ride of cookies...
this is my site www.cannondalecentral.com within my navbar (not the vb navbar) I have links DOTM, POTM, Videos...) when you click on any of those links it will show you as logged out as a guest. |
|
#10
|
|||
|
|||
|
Quote:
Quote:
|
|
#11
|
|||
|
|||
|
I just registered on your site to check.
When I have cookies enabled in my browser I have no problem with your links DOTM etc. When I disable cookies I get logged out. The problem is as above, you're not passing the session in your links. For your link DOTM, you have... http://cannondalecentral.com/forum/index.php?page=dotm Make it... http://cannondalecentral.com/forum/index.php?$session[sessionurl]page=dotm Similarly for the other links Last edited by zenithrs@bigpon; 12-29-2005 at 05:37 PM. |
|
#12
|
|||
|
|||
|
I updated the code ... and still doesn't work...
I will also check in the FAQ section.. Last edited by cdembek; 12-29-2005 at 07:29 PM. |
|
#13
|
||||
|
||||
|
Have you tried the suggestions in the FAQ forum regarding login problems?
|
|
#14
|
|||
|
|||
|
also when I go to the dotm page the address shows up
http://cannondalecentral.com/forum/index.php?page=dotm and not the suggested code... I have updated the code in the header template |
|
#15
|
|||
|
|||
|
It works fine for me here. When I have cookies disabled you now have the session in the DOTM link, which is good. Do the same to the other links.
Are you running a personal firewall? If so is it blocking cookies? |
|
#16
|
|||
|
|||
|
I have the site hosted... will have to check if they have a fire wall
But on my work computer everything seems to be working.. Thanks for your help.. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Created new page - title does not show! | digitalSite | Troubleshooting & Problems | 8 | 09-26-2005 05:43 PM |
| Created a Custom Page and... | mholtum | Troubleshooting / "How do I..." Questions | 3 | 06-21-2004 04:34 PM |