User Profile
Collapse
-
it does not work when both domains implement their own session management :-( -
yes i had restarted apache. any other steps i have to follow to make it work ?
plz advise on this.Leave a comment:
-
-
both email.mydomain. com & mainpage.mydoma in.com are already using sessions.
I tried to put the following code in email.mydomain. com but it didnt print theh username & password:
Code:if(isset($_SESSION['userName'])) { print "Session id: ".session_id()."<br>"; print "Your session username: ".$_SESSION['userName']. "<br>"; print "Your
Leave a comment:
-
thanks for replying.
but how do i make email.mydomain. com access the data stored in the session created by mainpage.mydoma in.com ?
I want the mainpage domain to store username+passwo rd.
in session_test.ph p i put:
Code:<?php session_start(); $_SESSION['userName'] ="MyUserName"; $_SESSION['password'] ="MyPassword"; print "Session Test";
Leave a comment:
-
how to share a session with other websites(subdomains) ?
hi all,
I want to use session for storing username & password.
I will have a main page mainpage.mydoma in.com which will save username+passwo rd in a session on the server.
Now when i access email.mydomain. com i want it to retrieve the username+passwo rd from the session previously created by mainpage.mydoma in.com.
The web applications are hosted on the same machine using apache virtual hosts.... -
single signon using cURL for php web applications
Hi All,
I have some some web applications (Roundcube Webmail, phpBB forum & Wiki) which i want to integrate into a CMS like Drupal or Joomla.
All the web applications run on the same server and authenticate using LDAP.
For username coolatt & password 'secret' is used to access all the 3 web applications.
I got many complicated solutions like openSSO , Jasig CAS.
I want to implement... -
backup plan for postgresql
hi all.
wanted to know if its possible to use a full dump + WAL logs as a gud backup plan ??
thanks. -
PostgreSQL incremental backup & PITR
hi all.
I have already read the documentation for PostgreSQL Continuous Archiving and Point-In-Time Recovery (PITR)
I want to know if it is possible to take regular base backup & use smaller number of WAL files for the recovery.
Please advise if this is possible.
thanks.
No activity results to display
Show More
Leave a comment: