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
nick 0
NA
37
0
Concept Question : Mail program with thousands of users
Jul 8 2004 12:36 PM
I am working an internal mail system for our web access interface, message and TO user information is stored in a database, in other words not an email system. Our system includes thousands of users an a particular individual in a group may want to send a message to a few hundred of them at a time. I figured then that the user selection would need to be done on a separate page than the page that contains the text input for subject / body text of the message. Would it be a good idea to store all the selected usernames in a Session variable? My concern is that if the user changes their mind about sending a message and they skip off to another page, which could be a one of many, I would have all this data left in the Session. Is there a better way to do this? Is there a way to make sure that this Session data gets wiped? Am I being over concerned with the memory usage?
Reply
Answers (
0
)
Enabling/Dissabling Items of Dropdownlist
Sending multiple values(Array) from one page to other