Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6603277
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T18:59:15+00:00 2026-05-25T18:59:15+00:00

for some strange reason in Google Chrome one of my scripts is having serious

  • 0

for some strange reason in Google Chrome one of my scripts is having serious problems. I’m setting up a page that requires twitter/facebook connections. Basically what you are doing is:

  1. visit page (Facebook+Twitter class are started, some session settings are being set etc)
  2. Click the connect button for one of the networks
  3. fill in your connection details
  4. sign up at our website (clicking submit).

Now everything works perfectly in IE/Firefox/Safari, however Chrome is doing some really crazy stuff. I would like to ask you to visit this page:

Not Important Anymore

Most likely in Firefox/IE/Safari it will just display an empty var_dump() of the $_SESSION variable. At first this is what it does in Chrome aswel, BUT! If you refresh the page once in Firefox/IE/Safari the session is still empty, but in Chrome it is showing some keys already.

I have absolutely no clue where these keys come from.. this is the content of viewsessions.php:

session_start();
echo '<pre>';
var_dump($_SESSION);

if(isset($_GET['u'])) {
    unset($_SESSION);   
}

As far as I know there cannot happen anything else but the above and Firefox/IE/Safari are showing the right behaviour.

It wouldn’t be a big problem if everything was working fine, but al the ‘requestoken_XXXX’ session keys belong to the Twitter OAuth.. and because the requesttoken is refreshed on everypage the Authentication redirect to my website can not find a matching token and thus not validate the authentication.

Can anyone see what is happening? Is some page being called in the back? Is this some Chrome related issue that is known? I really don’t have any clues left what this could be..

Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T18:59:16+00:00Added an answer on May 25, 2026 at 6:59 pm

    Problem solved..

    For some reason this file:

    <IfModule mod_rewrite.c>
        Options +FollowSymLinks
        Options -Indexes
    
        RewriteEngine On
        RewriteBase /
    
        # Bestaande bestanden of mappen uitsluiten
        RewriteCond %{REQUEST_FILENAME} -f [OR]
        RewriteCond %{REQUEST_FILENAME} -d
        RewriteRule ^(.*?)$ $1 [L] 
    
        RewriteRule ^start/$ login.php [L,QSA]
        RewriteRule ^logout/$ logout.php [L,QSA]
        RewriteRule ^timeline/$ timeline.php [L,QSA]
    
        RewriteRule ^(.*)$ index.php [L]
    
    </IfModule>
    

    Did some request to index.php (I guess…), seems a bit odd because I have stated that if it’s an existing file or directory it should just open the file: RewriteRule ^(.*?)$ $1 [L] and I also flagged it as the last rule to follow.

    Removing this last RewriteRule solved the problem. Still not sure why Chrome overrules the [L] parameter.. if anyone could explain it, that would be awesome.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

For some strange reason google maps tends to load the tooltip like that. Also
I'm having some strange drawing artefacts that I'm hoping someone might be able to
I have a ListView inside a FormView that, for some strange reason, doesn't fire
For some strange reason, when I move a PHP file from one folder to
For some strange reason, a five year old internal asp.net web app that is
For some strange reason, let's say that I want use List Comprehensions -- and
I'm building an XML page inside of a function, and for some strange reason
I have a very strange issue that only affects webkit browsers for some reason,
So, for some strange reason I end up with a 100GB log file that
well for some strange reason IE gives me and InvalidAuthenticityToken error almost every time

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.