Search found 78 matches: sessions

Return to advanced search

Re: Help splitting up a character address string

... to demonstrate how to create mod harbour programs using Harbourino in a Skype session. This implies that there might be training or instructional sessions available for learning how to effectively use Harbourino in developing web pages driven by DBF (database file) data using mod harbour. This ...
by Otto
Wed Nov 15, 2023 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 602

Re: Small Question about Word and FWH

Hello Antonio, Thanks to all your efforts, I have made a combination of testing other FWH-applications and other Word-sessions. This the code which seem to work (I need to do more tests): STATIC PROCEDURE WordQuit   LOCAL nFWHApps1 := 0   LOCAL nFWHApps2 := 0   EnumWindows( { ...
by driessen
Wed Jul 19, 2023 11:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small Question about Word and FWH
Replies: 29
Views: 1151

Re: U-Dbu

I forgot to comment...

There is also TWEB from Charly too is a screen design, routes, sessions,
together with UT they make an excellent dumbbell to have the FRONT and BACK all in one,
this gives a plus to many frameworks.

Worth a look.

Greetings
Osvaldo Ramirez
by ramirezosvaldo2
Thu May 11, 2023 2:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: U-Dbu
Replies: 17
Views: 1199

Re: Maybe we need a parameter for sessionstart()

Hello Carles, thank you. I am referring to the session.prg function, specifically the sessionstart() function. The code include the following line to set the cookie: SetCookie("HB_SESSION", cCookie) The default duration for the cookie is 3600 seconds. Best ...
by Otto
Sat Apr 15, 2023 6:47 pm
 
Forum: mod_harbour
Topic: Maybe we need a parameter for sessionstart()
Replies: 2
Views: 486

Re: Harbour CGI

... The wiki may be not completed, so we should scan modharbour sources and see what functions are not documented yet. modharbour has from "sessions" to automatic cookies management, it provides as hashes the "GET" and "POST" pairs, many things that really easy the ...
by Antonio Linares
Sat Sep 24, 2022 8:21 am
 
Forum: mod_harbour
Topic: Harbour CGI
Replies: 19
Views: 6176

Re: ID of the current session

... read? I do the same thing through WMI. oList:=wmi:Execquery("select * from Win32_Process") But since I'm an oList , the processes of all sessions fall into, I can't distinguish my own processes from others'. I don't really understand how in these examples I can get MY session ID. Could ...
by Natter
Thu Jan 06, 2022 7:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ID of the current session
Replies: 14
Views: 588

Re: OT : Problem with this forum?

... (right click, inspect, app, cookies) 2. but in the URL we keep asking for the previous SID This session id (SDI) may be related to PHP sessions. If we get a new session ID then it means that the previous one was deleted. This may be related to PHP garbage collection and such GC happens ...
by Antonio Linares
Wed Dec 29, 2021 9:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT : Problem with this forum?
Replies: 65
Views: 4900

Re: OT : Problem with this forum?

Maybe the problem comes from the PHP sessions time expiration. This may have changed in the server settings.

We should look for PHPBB and ini_set('session.gc_maxlifetime', nTime );
by Antonio Linares
Mon Sep 20, 2021 7:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT : Problem with this forum?
Replies: 65
Views: 4900

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

antonio Enlace las librerias que me dices de tu distribucion y la cosa empeoro :( Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc. .\OBJ\winfacel.hrb: c:\bcc7\bin\ilink32.exe -Gn -aa -Tpe -s -I.\OBJ @make.tmp Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Em...
by rterraz
Fri Sep 17, 2021 6:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 4990

Re: An advice needed to save same variables and its value to mem

... ALLreturn nil  The SAVE/RESTORE commands are very reliable and in most cases enough for saving and restoring variable names and values across sessions of the same appilcation as well as for communication between applications. A lot simpler than saving to DBF or others. Before going to the ...
by nageswaragunupudi
Wed Dec 30, 2020 2:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: An advice needed to save same variables and its value to mem
Replies: 7
Views: 848

Re: help for converting file

Hello Silvio, I'm posting a function here that Mr. Rao gave us at the Fivewin meeting. Actually, you should have it, because you have been at the sessions. You must correct the header to: "UserName","WorkDate","TimeWorked", "Field1", "Field2","Field3","Field4" ...
by Otto
Tue Dec 15, 2020 7:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: help for converting file
Replies: 5
Views: 890

Re: Controller/Router

Dear Otto,

We only use mod_harbour sessions now

functions MRead() and MWrite() are part of mod_harbour already

I am going to prepare an example :-)
by Antonio Linares
Wed Nov 18, 2020 10:36 am
 
Forum: mod_harbour
Topic: Controller/Router
Replies: 10
Views: 1155

Re: Controller/Router

... so much prefer if I could use your code and design. How do you suggest authentication? Do you think I should offer 2 possibilities: chookies and sessions. May I also ask if you would be so kind as to insert MREAD/MWRITE to mod harbour. Best regards, Otto
by Otto
Wed Nov 18, 2020 10:20 am
 
Forum: mod_harbour
Topic: Controller/Router
Replies: 10
Views: 1155

Re: Mod harbour and mercury course (English)

Hello Richardo,
Congratulations and thank you very much. May I ask whether there are fixed dates for online sessions, or whether you can simply download the course after purchasing it. I am very interested.

Best regards,
Otto
by Otto
Fri Aug 14, 2020 8:01 pm
 
Forum: mod_harbour
Topic: Mod harbour and mercury course (English)
Replies: 4
Views: 693

Re: Sessions

Luis, hay una nueva versión de mod_harbour IIS con soporte de concurrencia (multiples peticiones a la vez) y además ya no precisa copiar DLLs a ninguna carpeta :-) pues detecta desde donde se está ejecutando mod_harbour.dll y busca ahí las DLLs. https://github.com/FiveTechSoft/mod_harbour/tr...
by Antonio Linares
Tue Mar 10, 2020 10:50 am
 
Forum: mod_harbour
Topic: Sessions
Replies: 14
Views: 1921
Next

Return to advanced search