Click here to Skip to main content
15,914,447 members
Home / Discussions / Web Development
   

Web Development

 
Questionoff topics: search by number of characters Pin
Jassim Rahma15-May-11 2:03
Jassim Rahma15-May-11 2:03 
AnswerRe: off topics: search by number of characters Pin
DaveAuld15-May-11 2:31
professionalDaveAuld15-May-11 2:31 
Answeruse this link Pin
sathya.spidy3-May-11 20:25
sathya.spidy3-May-11 20:25 
GeneralRe: use this link Pin
GenJerDan4-May-11 3:38
GenJerDan4-May-11 3:38 
GeneralRe: use this link Pin
Ravi Sant5-May-11 0:19
Ravi Sant5-May-11 0:19 
QuestionCustom CMS Tools and Load Balanced Web Servers Pin
Member 39880243-May-11 7:54
Member 39880243-May-11 7:54 
Questionsubmit buttons and image buttons Pin
Ali Al Omairi(Abu AlHassan)21-Apr-11 15:42
professionalAli Al Omairi(Abu AlHassan)21-Apr-11 15:42 
AnswerRe: submit buttons and image buttons Pin
Gerben Jongerius21-Apr-11 19:29
Gerben Jongerius21-Apr-11 19:29 
GeneralRe: submit buttons and image buttons Pin
Ali Al Omairi(Abu AlHassan)22-Apr-11 3:31
professionalAli Al Omairi(Abu AlHassan)22-Apr-11 3:31 
GeneralRe: submit buttons and image buttons Pin
Gerben Jongerius22-Apr-11 3:56
Gerben Jongerius22-Apr-11 3:56 
GeneralRe: submit buttons and image buttons Pin
Ali Al Omairi(Abu AlHassan)22-Apr-11 4:38
professionalAli Al Omairi(Abu AlHassan)22-Apr-11 4:38 
GeneralRe: submit buttons and image buttons Pin
AspDotNetDev3-May-11 8:14
protectorAspDotNetDev3-May-11 8:14 
GeneralRe: submit buttons and image buttons Pin
smithymoon4-May-11 23:33
smithymoon4-May-11 23:33 
QuestionSession Import from IE to Firefox [Solved] Pin
Ravi Sant19-Apr-11 5:11
Ravi Sant19-Apr-11 5:11 
AnswerRe: Session Import from IE to Firefox Pin
Gerben Jongerius21-Apr-11 19:35
Gerben Jongerius21-Apr-11 19:35 
Ok how do you define a session. As the thing the server keeps track of in which you can store server side data for the duration of the visit or as in the session cookies which will persist for as long as the user keeps the browser open.

If it is the first then that should be relatively easily. The server side session is usually kept track of in a sessionid cookie, or a sessionid parameter in the request. You could pass this along from one browser to another, but you would be opening up the application to a possibility to hack it.

If it is the cookie type of session it becomes a bit more difficult, you could serialize the cookies in the session to the server using IE and store them there pending a second call from Firefox. During this second call you could set all the cookies back into the session. But this is a bit tricky.
Questionwhy soap serializaiton take much time Pin
Eric Vonjacson18-Apr-11 0:36
Eric Vonjacson18-Apr-11 0:36 
QuestionHow to get Excel and Word documents to open without the Open,Save,SaveAs box opening in IE9 Pin
TClarke14-Apr-11 3:19
TClarke14-Apr-11 3:19 
AnswerWorked it out myself Pin
TClarke14-Apr-11 5:24
TClarke14-Apr-11 5:24 
AnswerRe: How to get Excel and Word documents to open without the Open,Save,SaveAs box opening in IE9 Pin
Prasanta_Prince19-Apr-11 23:40
Prasanta_Prince19-Apr-11 23:40 
AnswerRe: How to get Excel and Word documents to open without the Open,Save,SaveAs box opening in IE9 Pin
Peter_in_278020-Apr-11 14:38
professionalPeter_in_278020-Apr-11 14:38 
Answername server settings - Solved [modified] Pin
Andy_L_J13-Apr-11 22:52
Andy_L_J13-Apr-11 22:52 
QuestionNested Row Grouping in Matrix Layout in SQL reporting services 2005 Pin
Jyothsna Vedam12-Apr-11 18:06
Jyothsna Vedam12-Apr-11 18:06 
AnswerCrosspost Pin
thatraja12-Apr-11 18:55
professionalthatraja12-Apr-11 18:55 
QuestionZoom or Text Size? Pin
Gregory Gadow7-Apr-11 10:39
Gregory Gadow7-Apr-11 10:39 
QuestionUpload video files to IIS server and see them in silverlight MediaElement? Pin
Yanshof7-Apr-11 3:58
Yanshof7-Apr-11 3:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.