TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Datta Kharad
NA
1.6k
53.4k
Session In oracle
Jun 21 2012 7:59 AM
Hi
I have created service using c# language, it is working properly but problem is there with database session. Session should be created once at the time of log-in, and same session should be maintained till application is not closed or service is not stopped.
But in my case at the time of log-in a session is created, but same session is not maintained through out the process, new sessions are being created, which should not happen.
It should created one session at log-in time, and should use the same session until application is not closed.
What could be the cause that it is creating new session for the same database connection and not using the already created session.
Event i have closed and disposed the database connection objects carefully.
I dont want sessions to be created.
Reply ASAP as it slowing down server.
Suggestions and answers are welcome :)
Reply
Answers (
4
)
Fetching records greater then datetime does not work in c# windows service application
how to create a pdf file from canvas by using silverligth?