Jump to content

Check for PHP sessions in AJAX? (Possibly stupid question)


LemonInflux

Recommended Posts

I want a script that allows users to post replies to a news article using AJAX. However, I only want them to be able to if they have set a name to log in as.

 

So, before they see the options to post, I need a screen where they can enter a username to be known as.

 

BUT, when they enter this, I need:

 

A) the AJAX page to only show the reply posting options when the user has a session (which is created when the user submits a username to be known by)

B) the PHP page to only work when the user has a session

 

I presume this means I need to set a PHP session using javascript, and a session that works in javascript and PHP.

 

Sorry if this is unclear, but how do I do this?

 

Do sessions work in PHP and Javascript anyway?

 

Thanks in advance,

 

Tom

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.