search for: sessid

Displaying 8 results from an estimated 8 matches for "sessid".

Did you mean: essid
2006 May 05
5
Sessid.
How can I get the sessid from the current session object? For instance, I log in the system, and want to know which sessid I''m using. I''m storing the session using active_record. Later on, I want to restore a session finding it using the sessid. Thanks in advance. Fernando Lujan
2006 Oct 17
6
Session access interfers with other model access
...=> @emrec.id, :session_id => @session_id}) In my worker... def do_work(args) @time_remaining = 7 @emrec_id = args[:emrec_id] #@session_rec = Session.find(:first, # :conditions => ["sessid = ?", args[:session_id]]) calculate_the_meaning_of_life(args) Emrec.delete(@emrec_id) end
2008 Mar 03
0
Routing through LatLng points and other stuff
...var geoAddr = new MQGeoAddress(); geoAddr.setMQLatLng(new MQLatLng(points[i].lat, points[i].lng)); waypoints.add(geoAddr); } var session = new MQSession(); var routeResults = new MQRouteResults(); var routeBoundingBox = new MQRectLL(new MQLatLng(),new MQLatLng()); var sessId = this.routers[api].createSessionEx(session); this.routers[api].doRoute(waypoints,routeOptions,routeResults,sessId,routeBo undingBox); var routeParameters = new Array(); routeParameters[''results''] = routeResults; routeParameters[''bounding_box'']...
2006 Oct 16
6
accessing session data in worker
Is there something special I need to do to access session data in a worker? I''m using an AR session store. I''ve been working with Ezra''s tutorial, modifying it a little here and there to figure it out. So I changed the progress bar to a simple count-down in the worker which sends back the count to display in the view. No big deal. But if I try to access session
2009 Jan 22
2
SquirrelMail Sending Under Wrong Username
CentOS team... as is already bug reported and marked solved... as we await the upstream repair for this. It was reported that this was happening on CentOS 5. You likely already know, but it also happens on CentOS 4. For those unaware. It seems that SquirrelMail has an issue which allows mail to be sent out from one user on the system and it uses the from address of another user on the
2007 Feb 20
1
error message for record not found ?
...Worker < BackgrounDRb::Rails attr_reader :time_remaining def do_work(args) @time_remaining = args[:initial_setting].to_i @emrec_id = args[:emrec_id] @session_id = args[:session_id] @session_rec = Session.find(:first, :conditions => ["sessid = ?", @session_id]) watch_session(args) sleep(2) clean_up end def watch_session(args) while @time_remaining > 0 sleep(1) emrec = Emrec.find(@emrec_id) if emrec != nil if emrec.timer_suspended == ''no'' last_ac...
2011 Jan 24
0
error xenwebmanager
...line 606, in respond     cherrypy.response.body = self.handler()   File "/usr/share/xenwebmanager/cherrypy/_cpdispatch.py", line 25, in __call__     return self.callable(*self.args, **self.kwargs)   File "/usr/bin/xenwebmanager", line 1059, in alerts     listalerts += xc_servers[sessid][host].fill_alerts()   File "/usr/share/xenwebmanager/backend/addserver.py", line 45, in fill_alerts     for ref in self.all_messages.keys(): AttributeError: backend instance has no attribute ''all_messages I have installated the last versione of xenwebserver xenwebmanager-0.9.9...
2006 Jan 26
42
ruby script/generate scaffold Product Admin hangs
Hi I am running Mac OX tiger with the installed ruby 1.8.2, and mysql5 (I checked that it was running in preference). I tried to run the various fixes recommended in agileweb. I am stuck on page 57, script/generate scaffold... > Could you paste in your database.yml file, from the > "config" folder inside your Rails app? If you have any > passwords entered there, you should