I would like to understand the full meaning of annotation @SessionScopedin JSF ManagedBean.
@SessionScoped
I suppose this is due to the http session , but still this is not very clear to me when it starts, when it ends, and if it can be interrupted.
, .
@PostConstruct beans ( ) , bean ( )
@PostConstruct
, session.invalidate() ( , web.xml). @PreDestroy ( ).
session.invalidate()
web.xml
@PreDestroy
Source: https://habr.com/ru/post/1758025/More articles:Posting a JSON string using dojo.xhrPost - javascriptSitecore: Force Paste as Unformatted Text - formattingWhat C # data types are not WCF serializable? - c #CruiseControl.Net doesn't play well with PowerShell - powershellJAI: reading in 12-bit JPEG files - javaRegex matches last occurrence - ruby | fooobar.comFinding matches in arrays of objects in Powershell - arraysWPF, display attribute value in TreeView instead of node name - xmlСтрока регулярного выражения Python в список слов (включая слова с дефисами) - pythonThe type of restriction for certain types is c #All Articles