This is very simple module which allows Drupal to work proper in 'cookie unfriendly environment'. Using this module will allow administrator to turn off cookie storage for session ID and session Name, and move them to URL parameters, allowing Drupal to work as third party embedded site.
Research and development was motivated by need to integrate Drupal site as fully functional Facebook application. Thanks to this module, we have up and running Facebook application which is same as our Drupal site with no changes at all except few pages added to support some Facebook requirements.

Few changes within core should be made, which are documented in sendbox project page, in order to make ajax and autocomplete work properly.

Link to project page: https://drupal.org/sandbox/veljkopopovic/1998840
git clone link: git clone --branch master http://git.drupal.org/sandbox/veljkopopovic/1998840.git no_cookie_session

Comments

PA robot’s picture

Status: Needs review » Needs work

There are some errors reported by automated review tools, did you already check them? See http://ventral.org/pareview/httpgitdrupalorgsandboxveljkopopovic1998840git

We are currently quite busy with all the project applications and we prefer projects with a review bonus. Please help reviewing and put yourself on the high priority list, then we will take a look at your project right away :-)

Also, you should get your friends, colleagues or other community members involved to review this application. Let them go through the review checklist and post a comment that sets this issue to "needs work" (they found some problems with the project) or "reviewed & tested by the community" (they found no major flaws).

I'm a robot and this is an automated message from Project Applications Scraper.

TimTheEnchanter’s picture

Your project still contains a master version. Take a look at this page for help fixing that https://drupal.org/empty-git-master

Your module does not contain a README.txt file. This is a requirement. Take a look at the application checklist https://drupal.org/node/1587704

Your project page needs to have a description of what the module does, and it's purpose.

Your module needs to have comments. There is an approved method for this, take a look here https://drupal.org/node/1354

Modifying core is definitely not going to get approved. Why not just modify the JS with your own code using $(document).ready? I'm not sure exactly what you are attempting but here is an example of someone modifying the autocomplete at run time. http://www.scaled-solutions.com/blog/taking-control-drupal-autocomplete-...

PA robot’s picture

Status: Needs work » Closed (won't fix)

Closing due to lack of activity. Feel free to reopen if you are still working on this application.

I'm a robot and this is an automated message from Project Applications Scraper.