Total members 11890 |It is currently Thu Apr 18, 2024 10:17 pm Login / Join Codemiles

Java

C/C++

PHP

C#

HTML

CSS

ASP

Javascript

JQuery

AJAX

XSD

Python

Matlab

R Scripts

Weka





have one session object named "lastlogin"
i want to convert this session object into string...
i tried like this.....

session.getAttribute("lastlogin").toString();
but it is giving type mismatch error...

i want to convert this object and have to compare to string value...
how can i do that?...
thanx in advance...




Author:
Proficient
User avatar Posts: 280
Have thanks: 1 time

have one session object named "lastlogin"
i want to convert this session object into string...
i tried like this.....

session.getAttribute("lastlogin").toString();
but it is giving type mismatch error...

i want to convert this object and have to compare to string value...
how can i do that?...
thanx in advance...

_________________
Please recommend my post if you found it helpful


Author:
Proficient
User avatar Posts: 228
Have thanks: 0 time

String str = (String)session.getAttribute("yoursessionname");

I think you can solve your prob with this.

_________________
Please recommend my post if you found it helpful


Author:
Proficient
User avatar Posts: 228
Have thanks: 0 time
Post new topic Reply to topic  [ 3 posts ] 

  Related Posts  to : Converting Session object into string
 Read file content to StringBuffer String object     -  
 Converting arab in Roman Numerals     -  
 Benefits of converting PowerPoint presentations to DVD     -  
 recursive string reversal- reverse string     -  
 check if string ends with specific sub-string in php     -  
 check if string start with a specific sub-string in PHP     -  
 Splitting a String Based on a Found String     -  
 String token for string split     -  
 session in jsp     -  
 PHP session variables     -  



cron





Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com