&
Best unofficial Apache Server developers community
Username
Remember me?
Password
Forgot password?
Create an account
List archives
Videos
Answers
Questions
Unanswered
Tags
Ask Question
session
0
votes
1
answer
42
views
Sessions Sharing between two web applications : tomcat
Hello friends! I am working on a project where I am suppose to share sessions between two applications in different context, both are deployed on…
java
session
tomcat
share
asked
June 23, 2011 7:42 am CDT
MNet
1
vote
2
answers
35
views
How to make user session go on for 24 hours?
I have messed around with my apache and php.ini file and my site's users still complain about the site logging them out after a very short time or…
php
web-development
apache
session
web-applications
asked
June 21, 2011 1:58 pm CDT
Genadinik
0
votes
2
answers
35
views
Session_set_save_handler causing login loop
I'm trying to write sessions to database using session_set_save_handler() . I'm getting an infinite loop, where my system wants to log me in, but…
php
mysql
session
asked
June 20, 2011 5:16 pm CDT
Shamil
2
votes
1
answer
26
views
Converting file sessions to database-based sessions
I'm trying to convert normal, file-based sessions to more manageable database-based sessions, thus giving me greater flexibility in terms of…
php
mysql
session
asked
June 20, 2011 2:33 pm CDT
Shamil
1
vote
3
answers
65
views
Avoiding a Header conflict in php, after creating a session from logging in?
Today I learned for the first time how to create a simple login system (with thanks StackExchange tips and THIS TUTORIAL . What i'm trying to do is…
php
mysql
html
session
login
asked
June 19, 2011 4:29 pm CDT
Joe
1
vote
4
answers
33
views
PHP Session using only a single PASSWORD field (no username)?
I have been searching the web for a good tutorial on creating a script that allows someone to use a "enter password" field, and it then proceeds to…
php
mysql
html
session
login
asked
June 19, 2011 2:23 pm CDT
Joe
0
votes
1
answers
30
views
Ruby on Rails: RestAuth: how do I log out using HTTPS?
<%= link_to("Log Out", session_url, :method => :delete) %> When I am on a non https page logging out works fine. But the issue is when I am…
ruby-on-rails
session
https
restful-authentication
asked
June 16, 2011 3:02 pm CDT
TheLindyHop
1
vote
2
answers
30
views
Memcached or MySQL for session storage - PHP
Is it good idea to use Memcached for session storage with PHP? We will have a lot of servers and we must access the session data from everywhere so…
mysql
session
memcached
asked
June 16, 2011 1:26 pm CDT
John Gold
0
votes
1
answers
31
views
Sticky Sessions and Session Replication
I am evaluating the case of using sticky sessions with Session replication in tomcat. From my initial evaluation, I thought that if we enable…
session
tomcat
session-replication
asked
June 16, 2011 1:14 am CDT
Ashish
0
votes
1
answers
28
views
How do you set up session hash in setup for tests in Rails 3?
I have the following test that passes: test "should create order" do assert_difference('Order.count') do post :create, { :message_text =>…
ruby-on-rails
ruby-on-rails-3
http
session
tdd
asked
June 15, 2011 1:31 pm CDT
B Seven
0
votes
2
answers
38
views
Express.js session with sqlite
I am trying to setup a light weight application with Express.js. I would like to use Sqlite3 for storage. I need some sort of session management and…
sqlite
session
node.js
express.js
asked
June 15, 2011 2:09 am CDT
Fredrik Andersson
0
votes
0
answers
35
views
Apache load balancer SSL Session
I implemented apache as load balancer. In HTTP mode, everything is good even the session. I get a problem with the HTTPS mode. The session doesn't…
apache
session
ssl
asked
June 14, 2011 12:15 am CDT
Glist
0
votes
3
answers
26
views
How Do I Grab Information from mySQL using information from a session...
I've set up a really simple shopping cart that I've built and I am having trouble using session information to access a mysql database. I'm using…
php
mysql
session
asked
June 11, 2011 5:42 pm CDT
anthropaulogy
0
votes
1
answers
36
views
Session dies in CodeIgniter
I have an app built in CI and I would like that sessions don't die unless users close their browser. In my config file I have the following:…
php
session
codeigniter
apache2
asked
June 10, 2011 10:42 am CDT
Mauro Morales
0
votes
4
answers
30
views
Java: How to make a HTTP browsing session
I'm trying to make a Java application that sends some POST requests to a server. The first request is the one with authentication information. Then…
java
http
session
httpwebrequest
asked
June 10, 2011 7:16 am CDT
Martijn Courteaux
0
votes
2
answers
38
views
Spring MVC - Unset a session variable
I have to move from one webpage to another, I don't want to use a Querystring, and so I though the best way would be to use a session variable. This…
java
mvc
spring
http
session
asked
June 8, 2011 5:16 pm CDT
Nicholas
1
vote
2
answers
35
views
Grails httpsession
Is it possible to store Grails session in Database? After starting a load balancer my app randomly asks users to login (almost on every other…
database
http
session
grails
asked
June 8, 2011 2:23 pm CDT
sapan
3
votes
1
answer
43
views
Can a Servlet get HTTPS session id?
I want to build a stateless web application using Java Servlets. Because it's stateless, there is no HttpSession. There is a session in the browser,…
java
security
session
servlets
https
asked
June 7, 2011 12:43 pm CDT
fernacolo
0
votes
1
answer
32
views
[C#] HttpWebRequest and Tomcat
First, sorry for my poor english. In tomcat each request open a Session on my web application. So, this session remains opened for 30 minutes. Can I…
c#
http
session
tomcat
asked
June 7, 2011 5:11 am CDT
Cecco
1
vote
1
answers
80
views
Magento Memcached Sessions
I am currently trying to set up a production environment for Magento with the following setup: 2x Web Server, 1x DB server, Load Balancer. So the…
session
magento
memcached
asked
June 6, 2011 12:01 pm CDT
Dino
Pages
:
1
|
2
|
3
|
4
|
5
>
[10]
187
session
Tagged:
session
Related Tags
php
× 93
mysql
× 68
http
× 29
tomcat
× 24
cookies
× 20
memcached
× 16
apache
× 16
java
× 15
https
× 12
login
× 12
ssl
× 12
security
× 9
mongodb
× 8
node.js
× 8
codeigniter
× 6
redis
× 6
web-development
× 6
django
× 6
servlets
× 5
database
× 5
javascript
× 5
.htaccess
× 4
ruby-on-rails
× 4
caching
× 4
variables
× 4
python
× 3
arrays
× 3
html
× 3
phpmyadmin
× 3
English
Russian
Copyright 2007 - 2012
Best unofficial Apache Server developers community
Privacy policy