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 8000921
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T15:56:51+00:00 2026-06-04T15:56:51+00:00

I am trying to integrate SWFUpload into Joomla (customized implementation, and this is why

  • 0

I am trying to integrate SWFUpload into Joomla (customized implementation, and this is why cannot use extensions with swfupload).

I am passing through SWFUpload the ID if SESSION and on server side I need to get all data of $_SESSION for the passed ID.

This is the code I have (direct script access):
based on this tutorial

if (isset($_POST["PHPSESSID"])) {
    session_write_close();             // End the previously-started session
    session_id($_POST["PHPSESSID"]);   // Set the new session ID
    session_start();                   // Start it
}

and here is the error I get in SWFUpload debug window:

Fatal error: session_start(): Failed to initialize storage module: user (path: /var/lib/php5) in /srv/www/htdocs_appsrv/.../incoming.php on line 19

Line 19 is

session_start();

How can I restart a session having session ID and then grab all needed data from $_SESSION?

  • 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-06-04T15:56:53+00:00Added an answer on June 4, 2026 at 3:56 pm

    Ok, the code below seems to work

    if (isset($_POST["PHPSESSID"])) {
        session_write_close();             // End the previously-started session
        $jd = new JSessionStorageDatabase();
        session_id($_POST["PHPSESSID"]);   // Set the new session ID
        session_start();                   // Start it
    }
    

    I found that based on this tutorial

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

Sidebar

Related Questions

I am trying to integrate NHibernate.Search into a multi-lingual website. Now, this website contains
I am trying to integrate OpenFeint 2.12.5 into my app. I already read this
trying to integrate hibernate and spring ,I ran into this error SEVERE: Context initialization
I am trying to integrate twitter into devise using this guide . I basically
I am trying to integrate a Hibernate application into a proprietary framework. My problem
I am trying to integrate a site search feature into a client's site. I've
I'm trying to integrate a Facebook send button into my site using Facebook app.
I am trying to Integrate an SMS service into my website. I need to
I'm trying to integrate Jawr into my Spring application: <bean abstract=true id=jawrBase class=net.jawr.web.servlet.JawrSpringController> <property
I am trying to integrate this particular app in my website. When I load

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.